home *** CD-ROM | disk | FTP | other *** search
- #[document 51.75 109.8 154.35 200.35
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(53.25,111.30);
- l(98.50,151.50);
- l(99.45,134.00);
- l(152.85,198.85);
- l(107.00,164.70);
- l(104.15,182.20);
- l(53.25,111.30);
- close_edge();
- p=path();
- gc_draw_style(stroked);
- gc_line_join_style(round);
- gc_line_cap_style(round);
- gc_stroke_width(3.00);
- gc_font_draw_style(0);
- gc_color(0.00,0.00,0.00);
- gc_opacity(0.15);
- s[0]=draw(p);
- page:=s[0];
- s=NULL;
- #]page
- #]document
-